There are many ways to create database backups using Oracle, and it is normally the responsibility of an Oracle database administrator to configure the backups to best meet the organization’s requirements.
Warning Do not create vault database backups with the Oracle tools without first running the Prepare for Backup Wizard in Meridian Enterprise Administrator, either interactively or as a scheduled task. The Prepare for Backup Wizard must be used in order to first commit the transaction logs that the EDM Server service generates. These are required for a complete backup.
We recommend the following procedure for backing up Oracle vaults:
If UseCompatibleBackup is set to 0:
Use the Prepare for Backup Wizard the same as for a Hypertrieve vault database as explained in Preparing for backups. You can then back up the files in the Backup folder with standard backup software.
If UseCompatibleBackup is set to 1:
sc \\. config EDM_SERVICE start= disabled
net stop EDM_SERVICE
To restore a backup of an Oracle vault database, restore the backed up files from the backup media to the Backup folder, restore the Oracle database, and then use the Restart After Restore Wizard as described in Restoring backups.
Related concepts
Integrating Meridian with Oracle
Understanding how Meridian works with Oracle
Understanding vault cache memory
Understanding the EDM Server service account requirements for Oracle
Related tasks
Configuring the Oracle account used by Meridian